Melak's All In One indicator(AIO)This script the following indicators.
Support and Resistance (lines)
MACD Crossover (Crossing arrow under each candle where MACD crosses)
50, 100, 200 Simple Moving Averages (orange lines)
10, 20 Exponential Moving Averages (turquoise and pink lines)
Doji reversals (turquoise candles)
Inside Bar (white diamonds under each inside bar candle)
TD time indicator (numbers on top of candles)
Cari dalam skrip untuk "inside bar"
Three Bars Down and Inside Bar v2Updated Version of my Script. Script includes a Filter for stocks that are down three days in a row. Also it checks for oversold rsi and inside bars. Works best daily with stocks.
Inside 4+ Candles Box (Entry + Target + SMA Stop Logic)🔍 What This Script Does
This indicator detects price compression areas using 4 or more consecutive inside candles, then draws a breakout box to visually highlight the range.
Once price closes above the box, a long entry marker is plotted, along with:
🎯 Target line at 1x box size above the breakout.
❌ Stop-loss at the box low or at a dynamic SMA-based level if the box is too large.
🧠 Why It’s Unique
This script combines inside bar compression, breakout logic, risk control, and visual clarity — all in one tool.
It also cancels the setup entirely if price closes below the box low before breakout, avoiding late or false entries.
⚙️ Customizable Settings
Minimum inside candles (default = 4)
SMA length (used as stop if box is large)
Box size % threshold to activate smart stop
Entry, Target, and Stop marker colors
📌 Notes
For long setups only (no short signals).
Use on any asset or timeframe (ideal on 4H/1D).
This is not financial advice. Use with proper risk management.
Backtest thoroughly before live use.
Built with ❤️ by using Pine Script v6.
🇸🇦 وصف مختصر باللغة العربية:
هذا المؤشر يكتشف مناطق تماسك السعر من خلال 4 شموع داخلية أو أكثر، ثم يرسم مربعًا يحدد منطقة الاختراق المحتملة.
عند الإغلاق أعلى المربع، يتم عرض إشارة دخول وسطر هدف بنسبة 100% من حجم المربع.
كما يتم احتساب وقف الخسارة تلقائيًا إما عند قاع المربع أو عند متوسط متحرك ذكي (SMA) إذا كان حجم المربع كبيرًا.
الميزة الإضافية: إذا تم كسر قاع المربع قبل الاختراق، يتم إلغاء الصفقة تلقائيًا لتجنب الدخول المتأخر.
🧪 للاستفادة التعليمية والتحليل فقط. لا يُعتبر توصية مالية.
Volume Profile + Price Action Strategy (POC-based)This indicator combines volume dynamics, price action patterns, and a simplified Point of Control (POC) to highlight potential high-probability trade zones.
🔍 Key Features
POC-Based Logic
Plots the POC from the most recent closed 10-minute candle as a horizontal level for intraday structure.
Volume Spike Detection
Highlights unusual activity based on volume compared to the average of the last N candles.
Effort vs. Result Analysis
Based on Wyckoff-inspired logic:
Absorption: Large volume, small body → possible buyer/seller absorption
False Move: Small volume, large body → potential fakeout
Price Action Recognition Detects:
Inside Bars
Pin Bars
Engulfing Candles
Signal Highlights
🔺 Absorption Signals (below bar, teal triangle)
🔻 False Move Signals (above bar, orange triangle)
🔷 POC Line
⚙️ Customizable Inputs
You can control signal sensitivity with these inputs:
Volume Spike Multiplier
Raise to filter only extreme volume spikes
→ Recommended: 2.0 to 3.0 for cleaner setups
Absorption Body Ratio
Lower to detect only very small bodies (tight candles)
→ Try 0.3 to 0.4 for stricter absorption logic
False Move Body Ratio
Raise to catch only large candles on low volume
→ Use 2.0+ to filter weak moves
🧠 How to Use
Use in confluence with:
Support/Resistance
VWAP or moving averages
Session opens/closes
Best on 10-minute charts, but adjustable
✅ Signal Tuning Tips
Want fewer but cleaner signals?
Increase Volume Spike Multiplier: 2.5+
Decrease Absorption Body Ratio: 0.3
Increase False Move Ratio: 2.0+
Want more frequent signals?
Lower Volume Multiplier: 1.2–1.5
Raise Absorption Ratio: 0.6+
Lower False Move Ratio: 1.2–1.4
📊 Recommended Timeframe
Optimized for 10-minute charts
Works intraday, especially around session opens and POC re-tests
⚠️ Disclaimer
This script is for educational and informational purposes only. It does not constitute financial advice or a recommendation to buy or sell any asset. Past performance is not indicative of future results. Always do your own research and consult a licensed financial advisor before making trading decisions.
Use at your own risk.
Evolution Ranger V2This indicator plots 4H and 15M ranges and fractals.
The ranges are formed by the fractals and breaks of these candles
It also shows in a label if the trend BIAS on the 4H is "UC, NFT, FT or SFT" (Long or Short)
This will give the user a BIAS for the coming trading day. So when price breaks out of the plotted range, you'll have a new bias trend change
If it trading within the range, the trend bias remains the same
UC = unconfirmed Bias => wait
NFT= No follow through => Take only trades in the opposite direction from the break
FT = Follow through. => Wait for price to retrace to the other side of the 4H range, than trade in the direction of the BIAS
SFT = Strong follow through => Take trades in the direction of the BIAS anywhere in the 4H range
It draws all the range lines you need, so you don't have to.
4H Range (also on 15M), on the 15M; external and internal ranges.
Lots of possibilities:
-Plots the fractals, so you don't need another indicator. (Option to let the fractals repaint or not)
-4H Fractal Range lines and BIAS (previous fractal break line) and a 4H-BIAS label both on the M15 and 4H charts. No more switching between 4H and 15M charts needed.
-Option to switch on/off historic ranges.
-BIAS label shows 'UC, NFT, FT and SFT' - Long and Short
-Lots of alerts, break of 4H range, 15M external and internal ranges. You can go wild with it. Select 'Alert Once per bar'
-Option to show the 'Inside bar' and in a different candle colour.
-Option to toggle the repaint of fractal when the current candle has not closed yet.
-Option to show the BIAS label only for a confirmed bar while trading in live markets. When 'Off' the BIAS label repaints, but gives information on what might come, when the current bar closes.
-Most of the lines can be adjusted for colour and style to your own liking.
[FR]Custom Candles/FVG/nSideBarCustom Candles /FVG/ nSideBar
- I used this as a learning project for understanding plot()'s Better
- My goal was to see if I could use normal plots to cleanly plot FVGs on the chart using only plots with out and boxes/lines
The problem was if multiple FVGs were on back to back bars the plot fill would fill the line to the next FVG/Bar
I solved this by using 4 plots and alternating them if consecutive FVGs form
- 2 MODES
- Slim
- Normal
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-Slim
Uses 3 plotcandle() parts and divides the candle between body/wicks/open and close
by manipulating the ohlc inputs and the colors I was able to pretty make them full customizable
all components are customizable with up/down colors
-Normal
These are your normal candles but they are full customize able from components to individual up/down colors
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- FVGs
There are 2 FVG settings can be used with both MODES
- Big
These are the FVGs that use plots and since there isn't a 500 object limit on plots you don't need to manage them in the code and they are there how ever far you need to look back
- Slim
These use a Line and the width of the line can be adjusted for user preferences
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- INSIDE-BARS
These will change the color of the body of either SLIM or NORMAL Candles
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Drawing Snap Features Work Just Fine!
I suggest hiding your chart candles with the eye in the top left of the screen and moving the indicator to the top of your object tree
I understand that the candles in the chart pictures are impractical I was just demonstrating the functionality of the tool
Hope You Enjoy!!
FFriZz
Bar ChartI decided to change the type of charts for myself. Liked this one. When you add this script, the chart may slow down on a long history. Since this is my first script, I don't know how to make it easier.
A dot indicates a close, bars are displayed from high to low.
Black - inside bar
Blue outer bar
Green - high and low higher than the previous one
Red - high and low below the previous one
Tweak Strat FTFCThis script allows traders to view timeframe continuity on 7 timeframes at the top of the chart.
The trader selects 7 different timeframes, and the script will reflect whether the current candle for each timeframe is bullish or bearish (current price > the open OR current price < the open).
If a timeframe is currently bearish, the box will be purple.
If a timeframe is currently bullish, the box will be orange.
A circle in the middle of the box indicates that that timeframe is currently an inside bar (1).
An upward arrow indicates that that timeframe is currently a directional up bar (2u).
A downward arrow indicates that that timeframe is currently a directional down bar (2d).
A rectangle indicates that that timeframe is currently an outside bar (3).
NOTE: The color of the boxes is fixed. Traders MUST select a timeframe for EACH OF THE 7 FIELDS.
The M Score - Ultimate v5.0The M Score - Ultimate v5.0
*Introducing M score version 5.0*
Additions to the indicator:
1. 200 EMA Band (High-Low) added
2. Bottom left table - Shows All Time High/Lows (52 weeks) and % away we are from both. The values will not change in this table even if you change the timeframe.
3. Bottom center table - Performance matrix and a quick glance comparison with Nifty with different days of return. This will show if there outperformance or underperformance in the scripts and in which duration.
4. Top Right table - This indicator plots a table off to the right of the chart to help with determining timeframe continuity. A great edge is only taking trades where full timeframe continuity is in place (i.e. if you are going long, make sure other timeframes are also green).
Green candles have green colored boxes, red candles have red colored boxes.
Inside bars are represented by a circle - ⬤
Outside bars are represented by a tall rectangle - ▮
2-up bars are indicated by an up arrow - ▲
2-down bars are indicated by a down arrow - ▼
User defined options:
Pick any timeframe for the 4 boxes
Hope you will will like the efforts.
RM Timeframe ContinuityThis indicator plots a table off to the right of the chart to help with determining timeframe continuity. Per the Strat, a great edge is only taking trades where full timeframe continuity is in place (i.e. if you are going long, make sure other timeframes are also green).
In this script:
Green candles have green colored boxes, red candles have red colored boxes.
Inside bars are represented by a circle - ⬤
Outside bars are represented by a tall rectangle - ▮
2-up bars are indicated by an up arrow - ▲
2-down bars are indicated by a down arrow - ▼
User defined options:
Pick any timeframe for the 4 boxes
Choose whether to plot the highs/lows of the larger timeframe candles as horizontal rays on your chart (along with the associated colors)
PA_PatternPrice Action Patterns
this script detects some of the favorite Price Action Pattern
For instance 3 pattern are available, you can select what pattern is shown in the configuration box :
- Engulfing
- Inside Bar
- Key Pin Bar (Key Pin Bar is Pin bar with a noise < 1/3 of the tail)
This script works on all time frame.
Keep in mind that Pattern detection is not a Price Action Strategy. Pattern have more weight in higher timeme.
In Next release
I willl try to add more Price Action pattern as Fakey, Tweezer, Marobozu, Rail Road Trail, ...
Nirvana Price ActionYou can set it according to your own needs
The required display can be opened ☑
Do not need to display can be closed ❌
I chose to turn them on by default: inside bars ☑ pin bars ☑ price action bar names ☑ price action bars ☑
Colors can be customized
I wish you a smooth transaction!
B3_HH_LL_Break Bar PainterThis is a simple Highest High or Lowest Low Breakout Painter.
Defaults in the order that they may color bars - checks top color first:
where n = your input length
BLACK = Outside Bar HHLL(n)
RED = Lower Low LL(n)
GREEN = Higher High HH(n)
BLUE = Inside Bar HHLL(n)
You may customize the colors in the indicator's settings-cogwheel on the chart.
Enjoy!
d^.^b
AnimalsI am a price action trader. I do not like lagging indicators but I love Fibonacci, Weekend, Bounce, Harmonics, Compression Patterns.
This indicator solves it all. It is free and exclusive for the members of the Unofficed Community.
Send me a private message here to get access.
Here is what is coded here -
Fractals:
Bill William's Fractals
Timed Top Fractals
Timed Bottom Fractals
Fractal Based Pivot Line
Bounce Strategy Indicators:
Higher High, Higher Low
Lower High, Lower Low
Inside Bar, Outside Bar
Up Bar, Down Bar
Bounce Chart
All Harmonic Patterns:
Bat, Alternate Bat
ABCD
Butterfly, Gartley, Crab, Shark
5-0 Patterns
Wolf
Price Action Patterns:
Head and Shoulders
Compression Triangle
Decompression Triangle
OrderBlock_TradingHubAn order block refers to a specific area on chart that represents a significant level of support or resistance where institutional traders have placed large orders. By identifying order blocks, traders can gain insights into the intentions and actions of the smart money participants.
Typically, the order block is represented by the last bullish (bearish) candle before a downtrend (uptrend) initiate. Whereas this indicator is quite different from the existing order block detection tools. It categorizes order blocks into different types (Main order blocks, Unmitigated shadow order blocks and Single candle order blocks), checking the following criteria based on TradingHUB-3 technical method:
1) Take out liquidity
2) Cause imbalance
3) Not to be inside-bar
How it works:
This indicator identifies 3 types of order blocks through the following procedure:
1) Main Order Blocks (Extreme, Decisional, and SMT(smart money trap)):
• Check that the candle is not inside bar.
• Check that the candle has taken out the liquidity beyond the previous candle's high/low.
• Check that the candle has created an imbalance (FVG) after; if not: the order block will be transferred to the first following candle that created imbalance. We check up to three following candles to find any imbalance.
2) Unmitigated Shadow Order Blocks:
• Check that the candle has taken out the liquidity beyond the previous candle's high/low.
• Check that the price has not touched the shadow so far.
3) Single Candle Order Blocks (SCOB):
• Check that the candle is not inside bar.
• Check that the candle has taken out the liquidity beyond the previous candle's high/low.
• Check confirmation:
- If the candle is closed higher/lower than the previous candle high/low, it is confirmed as a SCOB; otherwise:
- Move forward up to a specified number (determined by the user) to find a confirmation candle. A confirmation is a candle that closed higher/lower than the SCOB and its following candles high/low. The SCOB's following candles, and the confirmation candle should not take out the SCOB's liquidity again.
How to use it:
• This indicator can be used in all time frames.
• If the liquidity is taken out in an uptrend (downtrend) market structure, when the price meets the order blocks, we can go to lower timeframes and look for a trigger to enter the long (short) trade.
• It is essential for smart money traders to diagnose the market structure accurately. The "Structure_TradingHub " indicator is recommended for its ability to analyze the market structure effectively.
Indicator options:
• Show/Hide mitigated order Blocks: By this option, the user can choose whether to delete the touched order blocks or trimmed them.
• Show/Hide the unmitigated shadows. They are displayed by dashed lines.
• Show/Hide single candle order blocks: They are displayed by two lines placed above and below the candle.
• Changing the color and style of uptrend and downtrend order blocks.
Advanced Volatility Activator [AlgoFuego]🔵 Advanced Volatility Activator (AVA)
The Advanced Volatility Activator (AVA) is an innovative technical analysis indicator designed to help traders identify and react to market volatility.
By blending adaptive volatility metrics with a refined moving‑average algorithm, the indicator offers traders a dynamically responsive framework for trend identification.
🔸Dynamic Volatility Analysis
The indicator examines the high and low prices of each candle to evaluate market movements.
It categorizes price movements into different states (e.g., outside bars, inside bars, higher highs, lower lows) to provide insight into market conditions, then calculates price averages for bars that make a new high or low price.
This moving average serves as a baseline for volatility adjustments, aligning the tool with well-established technical indicators.
🔸 Customizable Sensitivity
Through the input, users can fine‑tune how responsive the moving average is to price fluctuations.
A higher sensitivity setting makes the moving average less responsive to rapid market changes, enabling the indicator to adapt to different market environments and trading styles.
🔸Integrated Multi-Timeframe Table
A distinctive feature of this indicator is its integrated table display, which provides a summary signal across multiple time frames.
This table serves as a quick reference guide for traders to compare market trends across different time periods.
This at‑a‑glance view empowers traders to confirm trend direction from intraday to higher‑timeframe perspectives without switching charts.
🔹 How It Works
1. Initial Setup
The indicator defines two baseline values: the current high and the current low.
These serve as reference points for all subsequent price comparisons and moving‑average calculations.
2. Volatility Smoothing
The indicator calculates the smoothed volatility range using an exponential moving average (EMA) of the absolute differences between successive prices.
This helps smooth out the erratic price movements of the simple moving average and improves the measurement of volatility.
3. Trend Probability Calculation
A Simple Moving Average (SMA) of the combined high‑low series is calculated.
That SMA is then compared against the smoothed volatility range from step 2 to estimate how likely it is that a genuine trend is forming.
4. Directional Counters
Two counters: bullish and bearish, track consecutive moves up or down.
Whichever counter increases more rapidly signals the prevailing market bias.
5. Drawing the Trend Line
Finally, the code generates a trend line that dynamically adapts to real‑time volatility.
The result is a clear, responsive visual that mirrors actual market behavior.
🔹 Visual & Table Customization
Color Coding
Upward and downward trends are easily distinguished by customizable color settings, enhancing visual clarity for decision-making.
Upward Movements
A lighter blue hue indicates an upward trend.
Downward Movements
An orange hue indicates a downward trend.
Candlestick Highlighting
The indicator plots candlesticks with the same trendline color so that the chart maintains a consistent visual theme, thus reinforcing the signal's clarity.
Table Configuration and Customization
This additional layer of information helps traders compare signals between different time horizons, which is essential for a comprehensive multi-timeframe strategy.
The code supports multiple user-defined timeframes (e.g., 15, 60, 240, and 480 minutes).
For each timeframe, the indicator queries the market data to determine if the signal is Bullish, Bearish, or No signal.
Visibility and Positioning
The table can be toggled on or off via a user input. Its position on the chart is also customizable, ranging from top-right to bottom-left, allowing flexibility based on personal chart layouts.
Color Settings
The table cells are populated with both the timeframe labels and the corresponding market signal text (e.g., "Bullish", "Bearish", "No signal"). Background colors for each signal cell change dynamically depending on the current state, making it easy for traders to assess market sentiment at a glance.
Users can adjust colors for the background, borders, and text of the table itself.
Moreover, specific colors are set to denote bullish signals (blue), bearish signals (orange), or no signal (default dark theme).
🔹 How to use
Before entering long trades, ensure that prices are above the Advanced Volatility Activator Line and the line indicates an upward movement.
🔹 Practical Benefits
Enhanced Market Awareness
By highlighting periods of low volatility, the indicator can serve as an early warning system for potential market reversals or breakouts.
The supplementary table offers a high-level overview of these signals across multiple timeframes, which aids in confirming trends or reversals.
Customizable and Versatile
Both the indicator and the table are highly customizable. Traders can fine-tune the sensitivity, adjust periods for the moving average, select color schemes, and choose their preferred timeframes, all allowing for a tool that adapts to various trading styles and market conditions.
Intuitive Visualization
The clearly defined color-coded trendline provides an immediate visual cue, making it easier for traders to interpret market trends at a glance.
Whether you are a short-term trader needing precise entry and exit points or a multi-timeframe analyst looking for broader trend confirmation, this indicator provides valuable insights on both a micro- and macro-level.
🔹 Disclosure
While this indicator is useful and ideally suited for active traders who require precise, customizable signals to navigate rapidly changing markets, it's critical to understand that past performance is not necessarily indicative of future results, and there are many more factors that go into being a profitable trader.
Engulfing Reversal Market PhaseStay at the right side of the market.
This indicator detects bullish and bearish phase in the market based on recent reversal.
It is designed to help filter your trades.
Open only long trades if indicator shows green and open only short trades when indicator shows red.
This indicator will detect bullish and bearish engulfing reversal pattern on the chart.
Bullish engulfing occurs when current candle closes below the bars that created the high.
Bearish engulfing occurs when current candle closes below the bars that created the high.
The reversal pattern occurs not only on a trend change, but can be also be present as a trend continuation pattern or a breakout pattern.
The indicator is able to detect 3 candle patterns and multi candle patterns if detects inside bars in the pattern.
CFX - Plot HTF BarIf you lose track of what's going on while being on the lower timeframes, you can use this indicator in order to plot the higher timeframe bar to the right hand side of the chart.
Supports multiple timeframes
Supports different colors
Supports different color for inside bars
Supports toggle-able pip range
MTF Candle [Pt]The Multi-Timeframe (MTF) Candle Tool is a powerful indicator designed for traders who wish to analyze standard candle bars and Heikin Ashi candles of multiple timeframes simultaneously. This tool is ideal for traders who prefer to trade in higher timeframes while keeping a close eye on the lower timeframes for confirmation signals. The indicator works by overlaying standard candle bars or Heikin Ashi candles of a higher timeframe onto the current chart. This allows traders to quickly switch between the current timeframe and the higher timeframe, without having to switch charts.
Features
- Live, real time updating MTF candle
- Custom colors
- Heikin Ashi candle
- Heikin Ashi Inside bar highlight
SSS50 StatusSSS50 Status Box with Auto Chart Levels and Labels
I made this indicator due to receiving a lot of messages on how to use my other SSS50% indicators. This indicator helps you learn and understand the Sara Strat Snipers 50 Percent Rule. Remember this indicator does not tell you when to buy or sell this is a guide on the setup ONLY.
You Must Use Rob Smith's The Strat Principles and Remember we need TIME in our favour. Ideally we want to see setups go In-Force early on during the candles lifespan (Timeframe).
Using the indicator logic, the SSS50% Rule has FOUR Conditions:
1. SSS50 INVALID = No Trade = The Candle is currently an Inside Bar OR a Green 2UP OR a Red 2DOWN.
2. SSS50 STANDBY = Failed 2* = The Candle is currently a Failed 2UP (Red 2UP) OR a Failed 2DOWN (Green 2DOWN).
3. SSS50 ACTIVE = Outside Bar Possible = The Candle is currently a Failed 2 and has crossed over the Previous Candles 50% level.
4. SSS50 COMPLETE = Outside Bar Complete = The Candle is now an Outside Bar.
How to Use this Indicator?
Add Indicator to your chart and open up the Indicator's Settings.
1. Select Indicators Timeframe.
- Chart = SSS50% rules will be applied to whichever timeframe chart you open.
- Single Timeframe = SSS50% rules will be only applied to one fixed timeframe when viewing on other timeframe charts. For Example: if you select Weekly. The Indicator's Status and Levels/Labels will only be displayed on your chart if the Weekly Candle has a SSS50 Standby, Active or Complete condition.
2. Select Status Box On/Off. If ON - Select View Type.
- Normal View = Detailed View with Price Targets.
- Compact View = Condensed View to reduce chart clutter.
3. Select AUTO or MANUAL Chart Levels/Labels. Select ONE type only or leave both off for no level/label display.
- AUTO = When an SSS50 STANDBY, ACTIVE or COMPLETE Condition occurs the related High, Low and 50% Levels will be displayed.
- MANUAL = When AUTO is OFF, MANUAL will display High, Low and 50% Levels always regardless of SSS50 Conditions.
4. Select AUTO Features.
- Display High/Low and/or 50% Price Labels when using AUTO Chart Mode.
4.1 Select AUTO Colors if required. Default to Traffic Light System.
- INVALID = Red
- STANDBY = Orange
- ACTIVE or COMPLETE = GREEN
5. Select MANUAL Features if AUTO Chart Mode is OFF.
- Display High/Low and/or 50% Price Labels when using MANUAL Chart Mode.
5.1 Select MANUAL Colors if required.
6. Additional Features. Title OR Timeframe available is Normal View. Title AND Timeframe BOTH available in Compact View.
- Show SSS50 Title next to Status Box.
- Show the indicators selected Timeframe next to Status Box. Timeframe will be displayed next to Status Box Only when ONE Individual Timeframe is selected.
7. Color Settings.
- Match your chart's current Background Color to this color.
8. Additional Settings
- Customise Label Offset Locations, Line Types and Line Types.
- Any issues let me know.
- Note I removed the price tags (used in my previous SSS50 indicators) from the right of the line to avoid clutter. Now you can see the current price move through the High, Low and 50% level lines.
- No alerts setup within script, just manually click the plus sign on each level if you wish to add alerts.
SC New high/lowPlots a triangle above/below the candle/bar whenever the current one breaks the high or the low of the previous one.
A green triangle indicates the breakout of the previous high.
A red triangle indicates the breakout of the previous low.
Two yellow triangles (above and below the candle) indicate an Outside bar/candle.
Two blue triangles indicate an Inside bar/candle.
Indicators Ka BaapThis Indicator is very Simple yet helpful because of its multi levels confirmation.
Its draws the Opening range of 15 or 30 Minutes (as selected). one can follow there own
strategy based on OR
It lays a Pivot point and 3 Support and Resistance, reason for me chosing
this is, i have observed the Price respects the Pivot Levels most often.
I have taken 2 MA to watch Crossing over for potiantial Buy or Sell,
from my point of view its good buying once the Price cross the Yellow MA Line above
and Exit as the Price comes below the Yellow MA Line, but one should watch the Pivot
Levels before entering.
CCI & ART also plays a magical role
Candlesticks Patterns plots candles like Inside Bar, Outside Bar, Pin Bars, Doji,
Bullish Engulfing